home *** CD-ROM | disk | FTP | other *** search
- object WSInfoDlg: TWSInfoDlg
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Winsock Information'
- ClientHeight = 227
- ClientWidth = 391
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object InfoMemo: TMemo
- Left = 8
- Top = 8
- Width = 369
- Height = 169
- ReadOnly = True
- TabOrder = 0
- end
- object ShowButton: TButton
- Left = 152
- Top = 192
- Width = 75
- Height = 25
- Caption = 'Show'
- TabOrder = 1
- OnClick = ShowButtonClick
- end
- end
-